Skip to content

fix: add paramiko ssh type for Cisco in AAP Controller inventory#2358

Merged
IPvSean merged 1 commit intoansible:develfrom
IPvSean:devel
Apr 13, 2026
Merged

fix: add paramiko ssh type for Cisco in AAP Controller inventory#2358
IPvSean merged 1 commit intoansible:develfrom
IPvSean:devel

Conversation

@IPvSean
Copy link
Copy Markdown
Contributor

@IPvSean IPvSean commented Apr 13, 2026

Summary

  • The student/instructor inventories were fixed for paramiko in fix: use paramiko for Cisco SSH to avoid libssh ssh-rsa rejection #2356, but the AAP Controller inventory group vars (populate_controller/vars/network.yml) were missed
  • Adds ansible_network_cli_ssh_type: paramiko to the cisco group variables that get loaded into the Controller's "Workshop Inventory"
  • Without this, AAP job templates (like the Network Report) still fail with ssh-rsa rejection from libssh

Test plan

  • Provision network workshop and run the Network Report job template from AAP Controller -- should succeed against rtr1

Made with Cursor

The Controller inventory's cisco group was missing
ansible_network_cli_ssh_type=paramiko, so AAP job templates still
failed with the ssh-rsa rejection from libssh. This completes the
paramiko fix across all inventory sources (student, instructor, and
Controller).

Made-with: Cursor
@IPvSean IPvSean merged commit db5d3e4 into ansible:devel Apr 13, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant